projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5ecda
)
ostbuild: Compile and install ostbuild-user-chroot
author
Colin Walters
<walters@verbum.org>
Wed, 7 Dec 2011 00:37:01 +0000
(19:37 -0500)
committer
Colin Walters
<walters@verbum.org>
Wed, 7 Dec 2011 00:37:01 +0000
(19:37 -0500)
It still needs to be made setuid.
Makefile-ostbuild.am
patch
|
blob
|
history
diff --git
a/Makefile-ostbuild.am
b/Makefile-ostbuild.am
index 0a5cd5683c64a6f3fea2e62efa0240ebe959d0df..6ff0dbba9f3b0004df9db19c25f5857c87d6da55 100644
(file)
--- a/
Makefile-ostbuild.am
+++ b/
Makefile-ostbuild.am
@@
-19,3
+19,9
@@
bin_SCRIPTS += src/ostbuild/ostbuild-compile-one \
src/ostbuild/ostbuild-compile-one-impl \
src/ostbuild/ostbuild-nice-and-log-output \
$(NULL)
+
+bin_PROGRAMS += src/ostbuild/ostbuild-user-chroot
+
+ostbuild_user_chroot_SOURCES = src/ostbuild/ostbuild-user-chroot.c
+ostbuild_user_chroot_CFLAGS = $(AM_CFLAGS)
+